Keysight VISA.NET Help
WriteBinary(UInt16[]) Method



The array of UInt16 integers to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer.
Syntax
'Declaration
 
<CLSCompliantAttribute(False)>
Overloads Sub WriteBinary( _
   ByVal data() As UShort _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As UShort
 
instance.WriteBinary(data)
[CLSCompliant(false)]
void WriteBinary( 
   ushort[] data
)
[CLSCompliant(false)]
void WriteBinary( 
   array<ushort>^ data
) 

Parameters

data
The array of UInt16 integers to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025